home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 1999 November / SGI IRIX 6.5 Applications 1999 November.iso / dev / insight_dev.idb / usr / share / Insight / templates / entities / iso-num.ent.z / iso-num.ent
Encoding:
Text File  |  1998-10-28  |  5.7 KB  |  126 lines

  1. <!-- (C) International Organization for Standardization 1986
  2.      Permission to copy in any form is granted for use with
  3.      conforming SGML systems and applications as defined in
  4.      ISO 8879, provided this notice is included in all copies.
  5. -->
  6. <!-- Character entity set. Typical invocation:
  7.      <!ENTITY % ISONUM PUBLIC
  8.        "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "iso-num.ent">
  9.      %ISONUM;
  10. -->
  11. <!ENTITY half    "½"    --=fraction one-half-->
  12. <!ENTITY frac12 "½"    --=fraction one-half-->
  13. <!ENTITY frac14 "¼"    --=fraction one-quarter-->
  14. <!ENTITY frac34 "¾"    --=fraction three-quarters-->
  15. <!ENTITY frac18 "1/8"        --=fraction one-eighth-->
  16. <!ENTITY frac38 "3/8"        --=fraction three-eighths-->
  17. <!ENTITY frac58 "5/8"        --=fraction five-eighths-->
  18. <!ENTITY frac78 "7/8"        --=fraction seven-eighths-->
  19.  
  20. <!ENTITY sup1   "¹"    --=superscript one-->
  21. <!ENTITY sup2   "²"    --=superscript two-->
  22. <!ENTITY sup3   "³"    --=superscript three-->
  23.  
  24. <!ENTITY plus   "+"        --=plus sign B:-- >
  25. <!ENTITY plusmn SDATA "font=symbol charset=fontspecific code=177 
  26.     TeX='\pm ' descr='[plusmn]'"    --/pm B: =plus-or-minus sign-->
  27. <!ENTITY lt     CDATA    "<"    --=less-than sign R:-->
  28. <!ENTITY equals "="        --=equals sign R:-->
  29. <!ENTITY gt     ">"        --=greater-than sign R:-->
  30. <!ENTITY divide SDATA "font=symbol charset=fontspecific code=184 
  31.     TeX='\div ' descr='[divide]'"    --/div B: =divide sign-->
  32. <!ENTITY times  SDATA "font=symbol charset=fontspecific code=180
  33.     TeX='\times ' descr='[times]'"    --/times B: =multiply sign-->
  34.  
  35. <!ENTITY curren "¤"    --=general currency sign-->
  36. <!ENTITY pound  "£"    --=pound sign-->
  37. <!ENTITY dollar "$"        --=dollar sign-->
  38. <!ENTITY cent   "¢"    --=cent sign-->
  39. <!ENTITY yen    "¥"    --=/yen =yen sign-->
  40.  
  41. <!ENTITY num    SDATA "font=* charset='iso8859-1' code=35
  42.     TeX='\num ' descr='[num]'"        --=number sign-->
  43. <!ENTITY percnt "%"        --=percent sign-->
  44. <!ENTITY amp    CDATA    "&"    --=ampersand-->
  45. <!ENTITY ast    "*"        --/ast B: =asterisk-->
  46. <!ENTITY commat "@"        --=commercial at-->
  47. <!ENTITY lsqb   "["        --/lbrack O: =left square bracket-->
  48. <!ENTITY bsol   "\"        --/backslash =reverse solidus-->
  49. <!ENTITY rsqb   "]"        --/rbrack C: =right square bracket-->
  50. <!ENTITY lcub   "{"        --/lbrace O: =left curly bracket-->
  51. <!ENTITY horbar SDATA "font=symbol charset=fontspecific code=190 
  52.     descr='[horbar]'"--=horizontal bar-->
  53. <!ENTITY verbar "|"        --/vert =vertical bar-->
  54. <!ENTITY rcub   "}"        --/rbrace C: =right curly bracket-->
  55. <!ENTITY micro  "µ"    --=micro sign-->
  56. <!ENTITY ohm    SDATA "font=symbol charset=fontspecific code=87  
  57.     descr='[ohm]'"--=ohm sign-->
  58. <!ENTITY deg    "°"    --=degree sign-->
  59. <!ENTITY ordm   "º"    --=ordinal indicator, masculine-->
  60. <!ENTITY ordf   "ª"    --=ordinal indicator, feminine-->
  61. <!ENTITY sect   "§"    --=section sign-->
  62. <!ENTITY para   "¶"    --=pilcrow (paragraph sign)-->
  63. <!ENTITY middot "·"    --/centerdot B: =middle dot-->
  64. <!ENTITY larr   SDATA "font=symbol charset=fontspecific code=172 
  65.     TeX='\leftarrow ' descr='[larr]'"--/leftarrow /gets A: =leftward arrow-->
  66. <!ENTITY rarr   SDATA "font=symbol charset=fontspecific code=174 
  67.     TeX='\rightarrow ' descr='[rarr]'"--/rightarrow /to A: =rightward arrow-->
  68. <!ENTITY uarr   SDATA "font=symbol charset=fontspecific code=173 
  69.     descr='[uarr]'"--/uparrow A: =upward arrow-->
  70. <!ENTITY darr   SDATA "font=symbol charset=fontspecific code=175 
  71.     descr='[darr]'"--/downarrow A: =downward arrow-->
  72. <!ENTITY copy   "©"    --=copyright sign-->
  73. <!ENTITY reg    "®"    --=registered sign-->
  74. <!ENTITY trade  SDATA "font=symbol charset=fontspecific code=228 
  75.     descr='[trade]'"--=trade mark sign-->
  76. <!ENTITY brvbar "¦"    --=broken vertical bar-->
  77. <!ENTITY not    "¬"    --/neg /lnot =not sign-->
  78.  
  79. <!ENTITY excl   "!"        --=exclamation mark-->
  80. <!ENTITY iexcl  "¡"    --=inverted exclamation mark-->
  81. <!ENTITY quot   '"'        --=quotation mark-->
  82. <!ENTITY apos   "'"        --=apostrophe-->
  83. <!ENTITY lpar   "("        --O: =left parenthesis-->
  84. <!ENTITY rpar   ")"        --C: =right parenthesis-->
  85. <!ENTITY comma  ","        --P: =comma-->
  86. <!ENTITY lowbar "_"        --=low line-->
  87. <!ENTITY hyphen "-"        --=hyphen-->
  88. <!ENTITY period "."        --=full stop, period-->
  89. <!ENTITY sol    "/"        --=solidus-->
  90. <!ENTITY colon  ":"        --/colon P:-->
  91. <!ENTITY semi   ";"        --=semicolon P:-->
  92. <!ENTITY quest  "?"        --=question mark-->
  93. <!ENTITY iquest "¿"    --=inverted question mark-->
  94. <!ENTITY laquo  "«"    --=angle quotation mark, left-->
  95. <!ENTITY raquo  "»"    --=angle quotation mark, right-->
  96. <!ENTITY lsquo  "'"        --=single quotation mark, left-->
  97. <!ENTITY rsquo  "'"        --=single quotation mark, right-->
  98. <!ENTITY ldquo  '"'        --=double quotation mark, left-->
  99. <!ENTITY rdquo  '"'        --=double quotation mark, right-->
  100. <!ENTITY nbsp   " "    --=no break (required) space-->
  101. <!-- ENTITY nbsp   CDATA " "    =no break (required) space-->
  102. <!ENTITY shy    "­"    --=soft hyphen-->
  103.  
  104. <!-- The following characters could not be defined using commonly available
  105. fonts. Therefore, EBT is using placeholders for these characters. To include
  106. the placeholders in your document, make sure that the marked section below has
  107. the keyword "INCLUDE".
  108.  
  109. To ignore the placeholders, use the keyword "IGNORE". If you are ignoring this
  110. marked section and your SGML document references any of the entities declared
  111. below, you will get (non-fatal) mkbook errors, and the entity references will
  112. not be replaced.
  113.  
  114. Finally, you may choose to define the entities below yourself, using a special
  115. font that will be available to readers of your DynaText books. Use the same
  116. SDATA entity declaration model as is used above, substituting the appropriate
  117. names and decimal numbers for font, charset, code, and descr. In that case, you
  118. should INCLUDE the marked section. 
  119.  
  120. See Chapter 7 of Publisher Guide, Volume 1 for more information. -->
  121.  
  122. <![ INCLUDE [
  123. <!ENTITY sung    "[sung]"--=music note (sung text sign)-->
  124. ]]>
  125.  
  126.